home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dhcp / dhcp-new.hlp.z / dhcp-new.hlp
Encoding:
Text File  |  1997-07-30  |  2.5 KB  |  70 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Requesting a New DHCP Lease</H2>
  8. <P>
  9. <P>
  10. When requesting a new lease, you will be prompted for the following 
  11. parameters.  Any of these can be left blank to use the default values.
  12. </P>
  13. <P>
  14. <STRONG>Requested hostname:</STRONG> This area allows you to choose a 
  15. hostname for your machine, if the DHCP server supports this option.  If 
  16. this server does not support this option, or if you do not enter a value
  17. for your hostname, the DHCP server will choose a hostname for you.
  18. </P>
  19. (Default value: chosen by server)
  20. <P>
  21. <STRONG>Desired lease time:</STRONG>
  22. This is the amount of time (in days) you would like before your lease 
  23. expires.  The actual lease alotted to you may be for a shorter period
  24. of time if the DHCP server is configured with a low maximum lease time.
  25. If you do not enter a value here, the server will choose a default
  26. lease time.
  27. </P>
  28. (Default value: 1095 days [3 years])
  29. <P>
  30. <STRONG>Requested IP address:</STRONG> This area allows you to choose an 
  31. IP address for your machine, if the DHCP server supports this option.  If 
  32. this server does not support this option, or if you do not enter a value
  33. for your hostname, the DHCP server will choose an IP address for you. Note
  34. that this option is only used if you also enter a requested hostname.
  35. </P>
  36. (Default value: chosen by server)
  37. <P>
  38. <STRONG>Shut down network when lease expires:</STRONG> This selection 
  39. controls whether this system's networking will be shut down if the DHCP 
  40. lease expires. Select <EM>Yes</EM> to turn off networking services at lease 
  41. expiration and <EM>No</EM> to leave networking services on.
  42. </P>
  43. (Default value: No)
  44. <P>
  45. <STRONG>Timeout for server replies:</STRONG> This is the amount of time 
  46. your client waits for the DHCP server to reply to a request before giving 
  47. up and trying again.
  48. </P>
  49. (Default value: 6 seconds)
  50. <P>
  51. <STRONG>Number of tries before giving up:</STRONG> This is the number of 
  52. times your client will broadcast a request for a DHCP lease before giving
  53. up and assuming no DHCP server is available.
  54. </P>
  55. (Default value: 2 tries)
  56. <P>
  57. <STRONG>Configure second interface:</STRONG> If you have more than one 
  58. network interface attached to your machine, you will be asked if you wish
  59. to configure a second interface as well.  Choose an interface from the list
  60. to configure it; choose <VAR>No</VAR> if you do not wish to 
  61. configure a second interface.
  62. </P>
  63. (Default value: No)
  64. <P>
  65. <CENTER>
  66. <INPUT TYPE="button" VALUE="Back to Form" onClick="window.location='dhcp-new.cgi'">
  67. </CENTER>
  68. </FORM>
  69. EndOfFile
  70.